home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 402
- Top = 222
- Width = 336
- Height = 81
- Caption = 'Calculate Square Root Example'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object lblEquals: TLabel
- Left = 177
- Top = 20
- Width = 6
- Height = 13
- Caption = '='
- end
- object edtValue: TEdit
- Left = 9
- Top = 16
- Width = 78
- Height = 21
- TabOrder = 0
- end
- object btnCalc: TButton
- Left = 95
- Top = 15
- Width = 75
- Height = 25
- Caption = 'Calculate'
- TabOrder = 1
- OnClick = btnCalcClick
- end
- object edtResult: TEdit
- Left = 192
- Top = 16
- Width = 121
- Height = 21
- TabOrder = 2
- end
- end
-